Dynomotion

Group: DynoMotion Message: 7158 From: eric_bassett@ymail.com Date: 4/1/2013
Subject: Step by step compile examples in Visual Studio
What are the steps to getting the examples open and compiled in Visual Studio Standard?

Also, how do I get the .NET libraries to the point that I can use them in Visual Studio?

I am familiar with object oriented programming (scala, basically java), but not the Visual Studio environment.
Group: DynoMotion Message: 7162 From: Tom Kerekes Date: 4/2/2013
Subject: Re: Step by step compile examples in Visual Studio
We use Visual Studio 2008 Standard Version.  So to minimize issues use that exact version.  Please use our latest version 4.31b

The basic process is:

#1 open the "solution" of the example in VS
#2 Select either Release or Debug Configuration
#2 Build/Rebuild
#3 Run

There is a solution to build all the examples in <root>\PC VC Examples\BuildAllExamples

There is a solution in the root directory called BuildAllLibs.sln to rebuild all the C++ MFC libraries and the .NET libraries use this.  But it should not be necessary to only compile the examples without changing anything in the C++ or .NET libraries.

HTH
Regards
TK